Metrics for understanding spatial relationships using vectors (H2 math)

Check our other pages :

Frequently Asked Questions

A position vector defines the location of a point in space relative to an origin. Its represented as a column vector and is crucial for describing spatial relationships.
To find the vector from point A to point B, subtract the position vector of A from the position vector of B. This gives the displacement vector AB.
The dot product reveals the angle between two vectors. If the dot product is zero, the vectors are perpendicular. A positive dot product indicates an acute angle, while a negative one indicates an obtuse angle.
Three points A, B, and C are collinear if vector AB is a scalar multiple of vector AC (or vector BC). This means they lie on the same line.
The cross product produces a vector perpendicular to both original vectors. Its magnitude equals the area of the parallelogram formed by the original vectors, and its direction follows the right-hand rule.
The equation of a line can be expressed as r = a + t*d, where r is a general point on the line, a is a known point on the line, d is the direction vector of the line, and t is a scalar parameter.
A plane can be defined by a point on the plane and a normal vector (perpendicular to the plane). The equation is r.n = a.n, where r is a general point on the plane, n is the normal vector, and a is a known point on the plane.
The distance can be found using the formula |(AP x d)| / |d|, where A is a point on the line, P is the point youre finding the distance from, and d is the direction vector of the line.